翻訳と辞書
Words near each other
・ Data3-Symantec Racing Team p/b Scody
・ Data8
・ DataAdapter
・ DataArt
・ Databank format
・ Databank Systems Limited
・ Database
・ Database (journal)
・ Database abstraction layer
・ Database activity monitoring
・ Database administration and automation
・ Database administrator
・ Database and Collections of Information Misappropriation Act
・ Database application
・ Database audit
Database caching
・ Database catalog
・ Database cinema
・ Database connection
・ Database Console Commands (Transact-SQL)
・ Database Deployment Manager
・ Database design
・ Database Directive
・ Database dump
・ Database encryption
・ Database engine
・ Database engine tuning advisor
・ Database for bacterial group II introns
・ Database forensics
・ Database index


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Database caching : ウィキペディア英語版
Database caching

Many applications today are being developed and deployed on multi-tier environments that involve browser-based clients, web application servers and backend databases. These applications need to generate web pages on-demand by talking to backend databases because of their dynamic nature, making middle-tier database caching an effective approach to achieve high scalability and performance.〔
In a three tier architecture, the application tier and data tier can be in different hosts. Throughput of the application is affected by the network speed. This network overhead will be avoided by having the database at the application tier. As commercial databases are heavy weight, it is not practically feasible to have the application and the database at the same host. There are lot of light-weight databases available on the market, which can be used to cache data from the commercial databases.
== Benefits ==

* Scalability: distribute query workload from backend to multiple cheap front-end systems.
* Flexibility: achieve QoS, where each cache hosts different parts of the backend data, e.g., the data of Platinum customers are cached while that of ordinary customers are not.
* Availability: by continued service for applications that depend only on cached tables even if the backend server is unavailable.
* Performance: by potentially responding fast because of locality of data and smoothing out load peaks by avoiding round-trips between middle-tier and data-tier

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Database caching」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.